home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 2 / appbar.h < prev    next >
C/C++ Source or Header  |  1996-09-14  |  1KB  |  36 lines

  1. // *********************************************************
  2. // AppBar -- Advanced Menu bar for Windows 95/NT
  3. // All code Copyright (C) 1995, 1996 by Mike Perham
  4. // mperham@cs.cornell.edu
  5. // 
  6. // This code MAY NOT be used for any other program without
  7. // my permission and is forbidden in any shareware/commercial
  8. // program.  This code is provided for educational use only
  9. // and there are no guarantees or promises implied.  Blah blah
  10. // *********************************************************
  11.  
  12. #define STRICT
  13.  
  14. #include <afxwin.h>
  15. #include <afxext.h>                // CBitmapButton
  16. #include <commdlg.h>            // GetOpenFileName()
  17. #include <mmsystem.h>           // PlaySound()
  18. #include <shellapi.h>           // ShellExecute() and SHAppBarMessage()
  19. #include <stdio.h>              // sprintf, fopen, fclose, fread, fwrite
  20. #include <io.h>                 // _filelength
  21. #include <direct.h>
  22. #include "resource.h"
  23. #include "Strings.h"
  24. #include "AppBarWin.h"
  25. #include "AppBarMain.h"
  26. #include "AboutDlg.h"
  27. #include "EditDlg.h"
  28. #include "NewMenu.h"
  29. #include "NewApp.h"
  30. #include "OptDlg.h"
  31.  
  32. #ifndef _WINNT
  33.     #include <shlobj.h>            // IShellLink
  34. #endif
  35.  
  36.